home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 July: Mac OS SDK / Dev.CD Jul 96 SDK / Dev.CD Jul 96 SDK1.toast / Development Kits (Disc 1) / OpenDoc Development Framework / Developer University / DUProjects / Windoid / Sources / Menus.fr < prev    next >
Encoding:
Text File  |  1996-04-09  |  705 b   |  31 lines  |  [TEXT/CWIE]

  1. //========================================================================================
  2. //    Release Version:    $ ODF 1 $
  3. //    Copyright:            (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
  4. //========================================================================================
  5.  
  6. #ifndef FWRESFIL_K
  7. #include "FWResFil.k"
  8. #endif
  9.  
  10. #ifndef DEFINES_K
  11. #include "Defines.k"
  12. #endif
  13.  
  14. #ifndef FWMENUS_FR
  15. #include "FWMenus.fr"
  16. #endif
  17.        
  18. //========================================================================================
  19. resource FW_RMenuBar(kMenuBarID)
  20. {
  21.     {
  22.         FW_RPullDownMenu 
  23.         (
  24.             "Palette"
  25.             {
  26.                 FW_RToggleItem(cShowHideCommand, 'T', "Show Palette", "Hide Palette")
  27.             }
  28.         )
  29.     }
  30. };  
  31.